home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp351p1603_1115.exe / [0] / CPP.STX < prev    next >
Text File  |  2011-08-04  |  1KB  |  103 lines

  1. #TITLE=C/C++
  2. ; C/C++ syntax file written by ES-Computing.
  3. ; This file is required for EditPlus to run correctly.
  4.  
  5. #DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.#
  6. #QUOTATION1='
  7. #QUOTATION2="
  8. #CONTINUE_QUOTE=n
  9. #LINECOMMENT=//
  10. #COMMENTON=/*
  11. #COMMENTOFF=*/
  12. #ESCAPE=\
  13. #CASE=y
  14. #NUMBER_PATTERN=cpp
  15. #SPECIAL_STX=cpp
  16.  
  17. #KEYWORD=Reserved words
  18. __int64
  19. auto
  20. bool
  21. break
  22. case
  23. catch
  24. char
  25. cerr
  26. cin
  27. class
  28. const
  29. continue
  30. cout
  31. default
  32. delete
  33. do
  34. double
  35. else
  36. enum
  37. explicit
  38. extern
  39. false
  40. float
  41. for
  42. friend
  43. goto
  44. if
  45. inline
  46. int
  47. long
  48. mutable
  49. namespace
  50. new
  51. operator
  52. private
  53. protected
  54. public
  55. register
  56. return
  57. short
  58. signed
  59. sizeof
  60. static
  61. struct
  62. switch
  63. template
  64. this
  65. throw
  66. true
  67. try
  68. typedef
  69. union
  70. unsigned
  71. using
  72. virtual
  73. void
  74. volatile
  75. wchar_t
  76. while
  77. __asm
  78. __fastcall
  79. __based
  80. __cdecl
  81. __pascal
  82. __inline
  83. __multiple_inheritance
  84. __single_inheritance
  85. __virtual_inheritance
  86.  
  87. #KEYWORD=Compiler directives
  88. define
  89. error
  90. include
  91. elif
  92. if
  93. line
  94. else
  95. ifdef
  96. pragma
  97. endif
  98. ifndef
  99. undef
  100. if
  101. else
  102. endif
  103. #